Package-level declarations

Types

Link copied to clipboard
open class Lifi(api: LifiTradingApi, signAndSendTransaction: LifiSignAndSendTransaction? = null, waitForConfirmation: LifiWaitForConfirmation? = null, stepPollOptions: LifiPollStatusOptions = LifiPollStatusOptions( everyMs = 10_000L, initialDelayMs = 10_000L, timeoutMs = 600_000L ))

Lifi provider implementation for trading functionality.

Link copied to clipboard
class Trading(api: Api, signAndSendTransaction: LifiSignAndSendTransaction? = null, waitForConfirmation: LifiWaitForConfirmation? = null)

The main entry point for trading-related functionality in the Portal SDK.

Link copied to clipboard
open class ZeroX(api: ZeroXTradingApi)

ZeroX provider implementation for trading functionality.